projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac26fe
)
[IA64] remove warning in vmx_final_setup_guest()
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Thu, 15 May 2008 05:18:38 +0000
(14:18 +0900)
committer
Isaku Yamahata
<yamahata@valinux.co.jp>
Thu, 15 May 2008 05:18:38 +0000
(14:18 +0900)
This patch removes the warning in vmx_final_setup_guest()
> vmx_init.c:497: warning: unused variable 'sw'
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/vmx/vmx_init.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/vmx/vmx_init.c
b/xen/arch/ia64/vmx/vmx_init.c
index da7388c1a4a195455413d6bf5e06f440405c8724..4e2fd8a132bd48000b33f477e2112efa9e630c72 100644
(file)
--- a/
xen/arch/ia64/vmx/vmx_init.c
+++ b/
xen/arch/ia64/vmx/vmx_init.c
@@
-494,7
+494,6
@@
vmx_final_setup_guest(struct vcpu *v)
{
vpd_t *vpd;
int rc;
- struct switch_stack *sw;
vpd = alloc_vpd();
ASSERT(vpd);